-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup geoipRequired and uaRequired #31173
Cleanup geoipRequired and uaRequired #31173
Conversation
💔 Build Failed |
retest |
💚 Build Succeeded |
@ycombinator Could you review this one, I remember you created / touched this code? :-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code changes LGTM.
Just wanted to note that I tried out master
before I tried this PR and I couldn't find any tutorial that had these GeoIP or UA plugin instructions in it. I believe that's because all tutorials using Filebeat instructions were setting geoipRequired
and uaRequired
to false
before passing them to the instruction generation functions.
So, in effect, the tutorials looked the same to me before and after this PR. Hopefully this is expected?
@ycombinator Yes thank you for the review! #30866 changed all |
* Cleanup geoipRequired and uaRequired * Remove geoip and user-agent plugins in chinese translations
* Cleanup geoipRequired and uaRequired * Remove geoip and user-agent plugins in chinese translations
* Cleanup geoipRequired and uaRequired * Remove geoip and user-agent plugins in chinese translations
In Elasticsearch 7.0 the geoip and the user_agent processor as shipped by default. The step to install geoip and the user_agent plugins is removed in #30866. This PR is to remove code that uses geoipRequired and uaRequired from Kibana.